Skip to content

Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.5#5615

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x
Open

Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.5#5615
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x

Conversation

@renovate

@renovate renovate Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog 2026.1.92026.6.5 age confidence

Release Notes

JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog)

v2026.6.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.6.4...2026.6.5

v2026.6.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.6.3...2026.6.4

v2026.6.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.6.2...2026.6.3

v2026.6.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.6.1...2026.6.2

v2026.6.1

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.6.0...2026.6.1

v2026.6.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.7...2026.6.0

v2026.5.7

Compare Source

What's Changed

New Contributors

Full Changelog: JetBrains/kotlin-wrappers@2026.5.6...2026.5.7

v2026.5.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.5...2026.5.6

v2026.5.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.4...2026.5.5

v2026.5.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.3...2026.5.4

v2026.5.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.2...2026.5.3

v2026.5.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.1...2026.5.2

v2026.5.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.0...2026.5.1

v2026.5.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.15...2026.5.0

v2026.4.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.14...2026.4.15

v2026.4.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.13...2026.4.14

v2026.4.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.12...2026.4.13

v2026.4.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.11...2026.4.12

v2026.4.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.10...2026.4.11

v2026.4.10

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.4.9...2026.4.10

v2026.4.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.8...2026.4.9

v2026.4.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.7...2026.4.8

v2026.4.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.6...2026.4.7

v2026.4.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.5...2026.4.6

v2026.4.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.4...2026.4.5

v2026.4.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.3...2026.4.4

v2026.4.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.2...2026.4.3

v2026.4.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.1...2026.4.2

v2026.4.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.0...2026.4.1

v2026.4.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.17...2026.4.0

v2026.3.17

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.3.16...2026.3.17

v2026.3.16

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.15...2026.3.16

v2026.3.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.14...2026.3.15

v2026.3.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.13...2026.3.14

v2026.3.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.12...2026.3.13

v2026.3.12

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.3.11...2026.3.12

v2026.3.11

Compare Source

What's Changed

New Contributors

Full Changelog: JetBrains/kotlin-wrappers@2026.3.10...2026.3.11

v2026.3.10

Compare Source

BREAKING CHANGE

React
  • Add awaitCancellationcleanup helper
    • Can be used as a cleanup helper for React hooks
useEffect {
    val unsubscribe = api.addHandler { setData(it) }

    awaitCancellation {
        // will be called when React calls cleanup
        unsubscribe()
    }
}

v2026.3.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.8...2026.3.9

v2026.3.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.7...2026.3.8

v2026.3.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.6...2026.3.7

v2026.3.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.5...2026.3.6

v2026.3.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.4...2026.3.5

v2026.3.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.3...2026.3.4

v2026.3.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.2...2026.3.3

v2026.3.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.1...2026.3.2

v2026.3.1

Compare Source

BREAKING CHANGE

React
  • Add awaitCancellationcleanup helper
    • Can be used as a cleanup helper for React hooks
useEffect {
    val unsubscribe = api.addHandler { setData(it) }

    awaitCancellation {
        // will be called when React calls cleanup
        unsubscribe()
    }
}

v2026.2.24

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.23...2026.2.24

v2026.2.23

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.22...2026.2.23

v2026.2.22

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.21...2026.2.22

v2026.2.21

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.20...2026.2.21

v2026.2.20

Compare Source

BREAKING CHANGE

  • Legacy subprojects removed:
    • kotlin-react-legacy
    • kotlin-react-dom-legacy
    • kotlin-styled-next

v2026.2.18

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.17...2026.2.18

v2026.2.17

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.16...2026.2.17

v2026.2.16

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.15...2026.2.16

v2026.2.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.14...2026.2.15

v2026.2.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.13...2026.2.14

v2026.2.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.12...2026.2.13

v2026.2.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.11...2026.2.12

v2026.2.11

Compare Source

BREAKING CHANGE

React

v2026.2.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.9...2026.2.10

v2026.2.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.8...2026.2.9

v2026.2.8

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.2.7...2026.2.8

v2026.2.7

Compare Source

BREAKING CHANGE

  • nullwritable package war renamed to `null`writable

BREAKING CHANGE

  • js.objects.JsPlainObject removed
    • Removed because typealiases for optional declarations aren't supported
    • Replacement – kotlinx.js.JsPlainObject

v2026.2.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.5...2026.2.6

v2026.2.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.4...2026.2.5

v2026.2.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.3...2026.2.4

v2026.2.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.2...2026.2.3

v2026.2.2

Compare Source

BREAKING CHANGE

  • Legacy subprojects removed:
    • kotlin-react-legacy
    • kotlin-react-dom-legacy
    • kotlin-styled-next

v2026.2.1

Compare Source

BREAKING CHANGE

React

v2026.2.0

Compare Source

React DOM
  • FocusEventHandler and FocusEvent deprecated

v2026.1.17

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.16...2026.1.17

v2026.1.16

Compare Source

BREAKING CHANGE

React
  • useEffectWithCleanup deprecated
    • Replacement – useEffect with awaitCleanup extension
    • Scheduled for removal in 2026.2.1
  • useLayoutEffectWithCleanup removed
    • Replacement – useLayoutEffect with awaitCleanup extension
  • useInsertionEffectWithCleanup removed
    • Replacement – useInsertionEffect with awaitCleanup extension
useEffect {
    val unsubscribe = api.addHandler { setData(it) }

    awaitCleanup {
        // will be called when React calls cleanup
        unsubscribe()
    }
}

v2026.1.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.14...2026.1.15

v2026.1.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.13...2026.1.14

v2026.1.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.12...2026.1.13

v2026.1.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.11...2026.1.12

v2026.1.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.10...2026.1.11

v2026.1.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.9...2026.1.10


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 13, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it! :shipit:

@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from dadb29f to 43f43d0 Compare May 15, 2026 12:22
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.3 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.4 May 15, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from 43f43d0 to c21fc5e Compare May 17, 2026 20:22
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.4 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.5 May 17, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch 2 times, most recently from 6ddafd9 to 5e458d1 Compare May 19, 2026 17:11
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.5 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.6 May 19, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from 5e458d1 to 4e71552 Compare May 31, 2026 20:25
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.6 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.7 May 31, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from 4e71552 to 1a8134e Compare June 1, 2026 08:31
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.5.7 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.0 Jun 1, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from 1a8134e to e1096ae Compare June 3, 2026 21:07
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.0 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.1 Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from e1096ae to 09cddc1 Compare June 5, 2026 08:27
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.1 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.2 Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from 09cddc1 to 6c1ca8b Compare June 6, 2026 20:24
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.2 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.3 Jun 6, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from 6c1ca8b to 251d82a Compare June 14, 2026 08:24
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.3 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.4 Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch from 251d82a to 250fce2 Compare June 16, 2026 12:24
@renovate renovate Bot changed the title Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.4 Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.6.5 Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants